String Schema
TotalPriceType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
BookingPrice Element TravellerPrice Element ServiceTypePrice Element ServicePrice Element Choice Sequence TotalPriceType Complex Type
Overview
Sequence
Choice
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
AssignedService IdentifierType Simple Type
Reference to a servicer or package in case that the price is included in another component
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
AssignedServiceType IdentifierType Simple Type
Reference to a service type (e.g. room, flight class)
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
Used By
TotalPrices Element
Source
<xs:complexType name="TotalPriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:choice>
      <xs:element name="ServicePrice" type="CommonTotalServicePriceType" nillable="true" />
      <xs:element name="ServiceTypePrice" type="CommonTotalServiceTypePriceType" nillable="true" />
      <xs:element name="TravellerPrice" type="CommonTotalTravellerPriceType" nillable="true" />
      <xs:element name="BookingPrice" type="CommonTotalBookingPriceType" nillable="true" />
    </xs:choice>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.